Skip to main content

Identity Verification NIN

POST /api/v{version}/Identity/verification/nin

Description

This endpoint is used to verify an individual's identity using their National Identification Number (NIN). The verification process involves submitting an image of the NIN card.

Parameters

  • version (string, path, required): The version of the API.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Request Body

  • Media Type: application/json

Example Value

{
"image": "string"
}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v{version}/Identity/verification/nin \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!